﻿/* banner 开始 */
.fullSlide {
 width: 100%;
 position: relative;
 height: 600px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 600px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 600px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li a {
 display: block;
 height: 600px;
}

.fullSlide .hd {
 width: 100%;
 position: absolute;
 z-index: 2;
 bottom: 0;
 left: 0;
 height: 35px;
 text-align: center;
}

.fullSlide .hd ul {
 text-align: center;
}

.fullSlide .hd ul li {
 cursor: pointer;
 display: inline-block;
 zoom: 1;
 width: 12px;
 height: 12px;
 margin: 7px;
 background-color: #bfbfbf;
 overflow: hidden;
 line-height: 99px;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
 width: 40px;
 background: #127447;
 border-radius: 6px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
}

.fullSlide .prev, .fullSlide .next {
 width: 40px;
 height: 60px;
 position: absolute;
 top: 50%;
 margin-top: -30px;
 z-index: 2;
 background: url(slider-arrow.png) -126px -137px #000 no-repeat;
 filter: alpha(opacity=30);
 -moz-opacity: .3;
 opacity: .3;
 -webkit-transition: all .5s linear;
 transition: all .5s linear;
}

.fullSlide .prev {
 background: url(slider-arrow.png) -126px -137px #000 no-repeat;
 left: 10%;
}

.fullSlide .next {
 background-position: -6px -137px;
 right: 10%;
}

/* banner 结束 */


/* animated home */

.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both
}

.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite
}

.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
 }
 100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none
 }
}

@keyframes fadeInUp {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
 }
 100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none
 }
}

.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp
}

.animated_1 {
 animation-delay: 0.3s;
}

.animated_2 {
 animation-delay: 0.6s;
}

.animated_3 {
 animation-delay: 0.9s;
}

.animated_4 {
 animation-delay: 1.2s;
}

.animated_5 {
 animation-delay: 1.5s;
}

.animated_6 {
 animation-delay: 1.8s;
}

.animated_7 {
 animation-delay: 2.1s;
}

.animated_8 {
 animation-delay: 2.4s;
}

.animated_9 {
 animation-delay: 2.7s;
}

.animated_10 {
 animation-delay: 3s;
}

.animated_11 {
 animation-delay: 3.3s;
}

.animated_12 {
 animation-delay: 3.6s;
}

/* animated end */


/*产品*/

.in_products_xx {
 padding-top: 55px;
 background: #f8f8f8;
 padding-bottom: 60px;
}


.in_products {
 width: 1200px;
 margin: 0 auto;
 position: relative;
 padding-top: 35px;
}

.in_products_l {
 float: left;
 width: 260px;
 overflow: hidden;
 background: #d6e4de;
 padding-bottom: 12px;
}

.pl_tel {
 height: 129px;
}

.sideMen {
 margin: 0 20px;
 padding: 1px 0 0 0;
 height: 704px;
 overflow: hidden;
}

.in_products_l_3 {
 height: 40px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-top: 22px;
 background: #127447;
 border-radius: 20px;
}

.in_products_l_3 em {
 height: 40px;
 width: 40px;
 background: url(cp_d1.png) no-repeat 0;
 float: right;
 cursor: pointer;
}

.in_products_l_3 a {
 display: block;
 color: #fff;
 padding-left: 30px;
 line-height: 40px;
 overflow: hidden;
 font-size: 16px;
 width: 145px;
 float: left;
}

.sideMen .in_products_l_3 em {
 height: 40px;
 width: 40px;
 background: url(cp_d1.png) no-repeat 0;
 float: right;
 cursor: pointer;
}

.sideMen .on em {
 background: url(cp_d2.png) no-repeat 0;
}


.in_products_l_er {
 padding-top: 10px;
 display: none;
}

.in_products_l_er ul li {
 height: 32px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 text-transform: uppercase;
 margin-bottom: 10px;
}

.in_products_l_er ul li a {
 display: block;
 line-height: 30px;
 font-size: 14px;
 color: #666;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 padding-left: 40px;
 border: 1px solid #fff;
}

.in_products_l_er ul li a:hover {
 color: #fff;
 padding-left: 45px;
 background: #127447;
 border: 1px solid #127447;
}


#tab {
 width: 100%;
 height: 56px;
}

#tab .tab_menu {
 height: 56px;
 margin-left: 12px;
 background: url(cp_line.png) no-repeat left bottom;
}


#tab .tab_menu li {
 float: left;
 width: 130px;
 height: 36px;
 line-height: 30px;
 text-align: center;
 font-size: 16px;
 cursor: pointer;
 color: #666;
 padding: 2px;
 box-sizing: border-box;
 border-radius: 18px;
 background: #dddddd;
 margin-right: 30px;
}

#tab .tab_menu li i {
 border: 1px solid #fff;
 display: block;
 border-radius: 18px;
}


#tab .tab_menu .on {
 color: #fff;
 cursor: pointer;
 background: #127447;
}

#tab .tab_menu .on i {
 border: 1px solid #a0c7b5;
}


.in_products_r {
 width: 906px;
 float: right;
 overflow: hidden;
}

.in_products_r .tab_box {
 padding-top: 15px;
}

.in_products_r .tab_box .hide {
 display: none;
}


.in_products_pro {
 position: relative;
}

.in_pro_2 {
 float: left;
 width: 290px;
 height: 250px;
 margin: 0 0 12px 12px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
}


.in_pro_2 .in_pro_1pic {
 width: 100%;
 height: 250px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_pro_2 .in_pro_1pic img {
 width: 100%;
 height: 250px;
 transform: scale(1);
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_pro_txt {
 width: 100%;
 height: 50px;
 line-height: 50px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background-color: rgba(0, 0, 0, 0.3);
 position: absolute;
 left: 0;
 bottom: 0px;
}

.in_pro_jia {
 width: 50px;
 height: 50px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background: url(cp_d3.png) no-repeat center #127447;
 position: absolute;
 right: 0;
 bottom: 0px;
}


.in_pro_txt h6 {
 font-size: 16px;
 height: 50px;
 line-height: 50px;
 width: 240px;
 text-align: center;
}

.in_pro_txt h6 a {
 color: #fff;
 padding: 0 10px 0 10px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_pro_txt h5 {
 width: 140px;
 height: 36px;
 font-size: 16px;
 margin: 0 auto;
 margin-top: 20px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_pro_txt h5 a {
 color: #fff;
 display: block;
 line-height: 34px;
 text-align: center;
 border: 1px solid #fff;
}

.in_pro_txt h5 a:hover {
 color: #127447;
 background: #fff;
}


.in_pro_2:hover .in_pro_jia {
 right: -50px;
}

.in_pro_2:hover .in_pro_txt {
 height: 100%;
 background-color: rgba(18, 116, 71, 0.8);
}

.in_pro_2:hover .in_pro_txt h6 {
 width: auto;
 padding-top: 70px;
}


.in_pro_2:hover .in_pro_txt h6 a {

}


/*产品end*/


/*a_tite*/

.a_tite {
 text-align: center;
}

.a_tite h3 {
 line-height: 40px;
 font-size: 30px;
 color: #127447;
 margin-top: 3px;
}


.a_tite h5 {
 line-height: 40px;
 font-size: 36px;
 text-transform: uppercase;
 color: #dddddd;
 font-family: Impact;
}


/*in_banner*/

.in_banner1 {
 width: 100%;
 height: 428px;
 background: url(in_b1bg.jpg) no-repeat center top;
}

.in_banner1_1 {
 width: 1200px;
 height: 428px;
 margin: 0 auto;
 position: relative;
}

.in_banner1_right {
 float: right;
 width: 422px;
}

.in_banner1_pic {
 height: 40px;
 line-height: 40px;
 font-size: 30px;
 padding-top: 60px;
 color: #fff;
 text-align: right;
 font-weight: bold;
}

.in_banner1_pic2 {
 height: 30px;
 line-height: 30px;
 font-size: 20px;
 text-transform: uppercase;
 color: #fff;
 padding-top: 10px;
 text-align: right;
}

.in_banner1_pic3 {
 margin-top: 20px;
 text-transform: uppercase;
 color: #333;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 padding: 10px 0 10px 48px;
}

.in_banner1_pic3 ul li {
 font-size: 16px;
 color: #fff;
 float: left;
 width: 145px;
 height: 30px;
 line-height: 30px;
 background: url(in_b1d1.png) no-repeat 0;
 padding-left: 32px;
}

.in_banner1_2 {
 height: 36px;
 margin-top: 30px;
}

.in_banner1_3 {
 float: left;
 color: #fff;
 height: 36px;
 background: url(in_b1tel.png) no-repeat 0;
 margin-left: 90px;
 background-color: rgba(18, 116, 71, 0.6);
 border-radius: 18px;
}

.in_banner1_3 span {
 float: left;
 display: block;
 line-height: 36px;
 font-size: 20px;
 color: #fff;
 padding-left: 45px;
 padding-right: 15px;
 font-family: Impact;
}


.in_banner1_6 {
 float: right;
 width: 120px;
 height: 36px;
 font-size: 14px;
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_banner1_6 a {
 color: #fff;
 display: block;
 line-height: 36px;
 background: #127447;
 border-radius: 18px;
 box-shadow: 0 5px 5px 0px rgba(18, 116, 71, 0.5);
}

.in_banner1_6 a:hover {
 color: #127447;
 background: #fff;
}


/*案例 */


.case_bg {
 width: 100%;
}

.case_cont {
 width: 1250px;
 margin: 0 auto;
}

.in_case_ss {
 width: 1250px;
 position: relative;
 padding-top: 35px;
}

.in_case_right {
 width: 100%;
 position: relative;
 overflow: hidden;
}

.in_case_cont {
}

.in_case {

}

.in_case_li {
 float: left;
 width: 260px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 25px 30px 25px;
 background: #f8f8f8;
 border-radius: 130px;
 padding-bottom: 68px;
}

.in_case_txt {
 padding: 0 40px;
}

.in_case_txt h6 {
 height: 30px;
 line-height: 30px;
 padding-top: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_case_txt h6 a {
 color: #333;
 font-size: 16px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
}

.in_case_txt h5 {
 height: 90px;
 line-height: 30px;
 font-size: 14px;
 padding: 25px 0 0 0;
 overflow: hidden;
 color: #666;
}

.in_case_txt h4 {
 width: 100%;
 height: 1px;
 background: #dddddd;
 margin-top: 25px;
}

.in_case_txt i {
 width: 120px;
 height: 36px;
 font-size: 14px;
 margin: 0 auto;
 margin-top: 15px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
}

.in_case_txt i a {
 color: #333;
 display: block;
 line-height: 36px;
 text-align: center;
 background: #cccccc;
 border-radius: 18px;
 text-transform:uppercase;
}


.case_imgscale_x {
 width: 256px;
 height: 256px;
 border: 2px solid #cccccc;
 border-radius: 50%;
 -webkit-transition: -webkit-transform 1s ease-out;
 -moz-transition: -moz-transform 1s ease-out;
 -o-transition: -o-transform 1s ease-out;
 -ms-transition: -ms-transform 1s ease-out;
}


.case_imgscale {
 width: 256px;
 height: 256px;
 overflow: hidden;
 position: relative;
 border-radius: 50%;
}

.case_imgscale img {
 width: 256px;
 height: 256px;
 border-radius: 50%;
}


.in_case_li:hover h6 {
 transform: scale(1);
 opacity: 1;
}

.in_case_li:hover {
 background: #127447;
 box-shadow: 0 10px 10px 0px rgba(46, 194, 110, 0.3);
}


.in_case_li:hover .in_case_txt h6 a {
 color: #fff;
}

.in_case_li:hover .in_case_txt h5 {
 color: #fff;
}

.in_case_li:hover .in_case_txt h4 {
 background: #228a5a;
}

.in_case_li:hover .in_case_txt i a {
 background: #228a5a;
 color: #fff;
}


.in_case_li:hover .case_imgscale_x {
 -webkit-transform: rotateZ(360deg);
 -moz-transform: rotateZ(360deg);
 -o-transform: rotateZ(360deg);
 -ms-transform: rotateZ(360deg);
 transform: rotateZ(360deg);
 border: 2px solid #127447;
}




/*优势*/


.youshi {
 width: 100%;
 overflow: hidden;
 padding-top: 78px;
 background: url(ys_bg.jpg) no-repeat center top;
 height: 990px;
}

.youshi_pro {
 width: 1200px;
 margin: 0 auto;
 position: relative;
}


.youshi_t {
 width: 600px;
 height: 150px;
 position: absolute;
 left: 520px;
 top: 0px;
}

.youshi_t h3 {
 font-size: 60px;
 text-transform: uppercase;
 color: #318760;
 font-weight: bold;
 line-height: 1;
}


.youshi_t h4 {
 font-size: 32px;
 text-transform: uppercase;
 color: #fff;
 font-weight: bold;
}

.youshi_t h4 b {
 font-size: 36px;
}

.youshi_t h5 {
 font-size: 16px;
 color: #666;
}


/* 标签切换2，开始 */
.youshi_pro .hd {
 width: 680px;
 height: 150px;
 position: absolute;
 left: 520px;
 top: 150px;
 z-index: 5;
}

.youshi_pro .hd ul {
 height: 110px;
}

.youshi_pro .hd ul li {
 float: left;
 width: 106px;
 height: 106px;
 text-align: center;
 cursor: pointer;
 margin: 0 40px 0 0;
 color: #fff;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background: #197a4d;
 padding: 10px;
 border-radius: 50%;
}

.youshi_pro .hd ul li i{
 background: #228a5a;
 display: block;
 border-radius: 50%;
 width: 100px;
 height: 100px;
 padding: 3px;
}

.youshi_pro .hd ul li h6 {
 width: 45px;
 height: 45px;
 margin: 0 auto;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-top: 12px;
}

.youshi_pro .hd ul li span {
 height: 20px;
 line-height: 20px;
 font-size: 16px;
 margin-top: 4px;
 display: block;
}

.youshi_pro .hd ul li.on {
 cursor: pointer;
}

.youshi_pro .hd ul li.on i{
 background: #fff;
}

.youshi_pro .hd ul li.on span{
color: #127447;
}


.youshi_pro .hd ul li h6.ys_d1 {
 background: url(ys_d1.png) no-repeat 0 0;
}

.youshi_pro .hd ul li h6.ys_d2 {
 background: url(ys_d2.png) no-repeat 0 0;
}

.youshi_pro .hd ul li h6.ys_d3 {
 background: url(ys_d3.png) no-repeat 0 0;
}

.youshi_pro .hd ul li h6.ys_d4 {
 background: url(ys_d4.png) no-repeat 0 0;
}


.youshi_pro .hd ul li.on h6.ys_d1 {
 background: url(ys_d1.png) no-repeat -45px 0;
}

.youshi_pro .hd ul li.on h6.ys_d2 {
 background: url(ys_d2.png) no-repeat -45px 0;
}

.youshi_pro .hd ul li.on h6.ys_d3 {
 background: url(ys_d3.png) no-repeat -45px 0;
}

.youshi_pro .hd ul li.on h6.ys_d4 {
 background: url(ys_d4.png) no-repeat -45px 0;
}


.youshi_pro .tab_box_2 {
 margin-left: 520px;
 clear: both;
 height: 210px;
 padding-top: 310px;
}

.youshi_pro .tab_box_2 .hide {
 display: none;
}


/* 标签切换2，结束 */


.youshi_pro_1 {
 height: 460px;
 position: relative;
}

.youshi_pro_1_l {
 width: 446px;
 height: 514px;
 position: absolute;
 left: 0;
 top: 0;
}

.youshi_pro_1_l img {
 width: 446px;
 height: 514px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.youshi_pro_1_l img:hover {
 transform: translate(-5px, -5px);
 -webkit-transform: translate(-5px, -5px);
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


.youshi_pro_2a {


}


.youshi_pro_2a h6 {
 height: 40px;
 line-height: 40px;
 font-size: 30px;
 color: #fff;
 font-weight: bold;
 float: left;
}

.youshi_pro_2a h5 {
 width: 64px;
 height: 1px;
 background: #fff;
 margin-top: 20px;
 float: left;
 margin-left: 25px;
}

.youshi_pro_2_1 {
 line-height: 34px;
 padding: 3px 0 0 0;
 color: #fff;
 font-size: 16px;
 float: left;
 margin-left: 25px;
}


.youshi_pro_l {
 background: url(ys_l.png) no-repeat center;
 display: block;
 width: 65px;
 height: 45px;
 cursor: pointer;
 position: absolute;
 left: 650px;
 bottom: 25px;
 z-index: 10;
}

.youshi_pro_r {

 background: url(ys_r.png) no-repeat center;
 display: block;
 width: 65px;
 height: 45px;
 cursor: pointer;
 position: absolute;
 left: 720px;
 bottom: 25px;
 z-index: 10;
}


/*优势end*/




/*简介*/

.in2_about {
 width: 100%;
 margin-top: 35px;
}


.in2_about_1 {
 width: 1200px;
 margin: 0 auto;
 background: url(about_bg.png) no-repeat 535px 125px;
 position: relative;
 margin-top: 25px;
}

.in2_about_2 {
 float: right;
 width: 504px;
 height: 350px;
border: 5px solid #fff;
 border-radius: 5px;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
 position: relative;
 z-index: 5;
 margin-top: 10px;
}


.in2_about_2 .in_aimgscale {
 width: 504px;
 height: 350px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in2_about_2 .in_aimgscale img {
 width: 504px;
 height: 350px;
}


.in2_about_3x {
 float: left;
 width: 686px;
 padding-top: 1px;
}

.in2_about_6 {
 padding: 0 0 0 0;
 background: #fff;
}

.in2_about_3t{
line-height: 1;
 height: 93px;
}

.in2_about_3t span{
 font-size: 82px;
 text-transform:uppercase;
 font-family: Impact;
 color: #408461;
 display: block;
 float: left;
}


.in2_about_3t i{
 font-size: 36px;
 color: #fff;
 display: block;
 float: left;
 padding-top: 32px;
 padding-left: 20px;
}


.in2_about_4b {
 font-size: 12px;
 color: #666;
 text-transform: uppercase;
 padding-top: 4px;
 padding-left: 30px;
}

.in2_about_4c {
 font-size: 22px;
 color: #333;
 line-height: 30px;
 height: 30px;
 font-weight: bold;
 padding-left: 30px;
 padding-top: 30px;
}

.in2_about_3 {
 line-height: 30px;
 height: 120px;
 overflow: hidden;
 padding: 20px 30px 0 30px;
 font-size: 14px;
 color: #666;
}

.in2_about_5 {
 height: auto;
}



.about_more2 {
 float: left;
 width: 120px;
 height: 36px;
 font-size: 14px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-top: 20px;
 margin-left: 30px;
}

.about_more2 a {
 color: #fff;
 display: block;
 line-height: 36px;
 text-align: center;
 border-radius: 18px;
 background: #127447;
 box-shadow: 0 5px 5px 0px rgba(18, 116, 71, 0.5);
}

.about_more2:hover {
 width: 140px;
}



/*风采*/
.fcc_bg {
 width: 100%;
 background:url(news_bg.jpg) no-repeat center top;
 padding-top: 42px;
}

.fcc_cont {
 width: 1230px;
 margin: 0 auto;
}

.in_fcc_ss {
 width: 1230px;
 position: relative;
}


#tab_fcc {
 height: 36px;
 width: 1200px;
 margin: 0 auto;
 background:url(fcc_line.png) no-repeat center right;
}

#tab_fcc .fcc_menu {
 height: 36px;
}


#tab_fcc .fcc_menu li {
 float: left;
 width: 124px;
 height: 36px;
 font-size: 14px;
 cursor: pointer;
 color: #fff;
 border-radius:18px;
 margin-right: 35px;
}

#tab_fcc .fcc_menu li a {
 color: #127447;
 display: block;
 text-align: center;
 line-height: 34px;
 border: 1px solid #127447;
 border-radius:18px;
}

#tab_fcc .fcc_menu .on {
 cursor: pointer;
 background-color: #127447;
}


#tab_fcc .fcc_menu .on a{
 color: #fff;
}


.in_fcc_right {
 width: 100%;
 height: 210px;
 position: relative;
 overflow: hidden;
 margin-top: 35px;
}


.in_fcc_cont{
 width: 100%;
 height: 210px;
 position: relative;
 background:url(fcc_line2.png) no-repeat center 185px;
}

.in_fcc {
 height: 200px;
 margin: 0 auto;
 overflow: hidden;
}

.in_fcc_li {
 float: left;
 width: 216px;
 height: 135px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 15px;
 border-radius: 8px;
}

.in_fcc_li h6 {
 width: 100%;
 height: 100%;
 font-size: 14px;
 font-weight: normal;
 line-height: 135px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background-color:rgba(18,116,71,0.6);
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
 border-radius: 8px;
}


.in_fcc_li h6 a {
 color: #fff;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
 padding: 0 20px;
}


.fc_imgscale_x {
 width: 100%;
 height: 100%;
 border-radius: 8px;
}

.fc_imgscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
 position: relative;
 border-radius: 8px;
}

.fc_imgscale img {
 width: 100%;
 height: 100%;
 border-radius: 8px;
}


.in_fcc_li:hover h6 {
 opacity: 1;
}



.fcc_l {
 background: url(fcc_l.png) no-repeat center;
 display: block;
 width: 65px;
 height: 45px;
 cursor: pointer;
 position: absolute;
 left: 560px;
 bottom: 0px;
 z-index: 10;
}

.fcc_r {
 background: url(fcc_r.png) no-repeat center;
 display: block;
 width: 65px;
 height: 45px;
 cursor: pointer;
 position: absolute;
 right: 560px;
 bottom: 0px;
 z-index: 10;
}



/*风采end*/




/*新闻*/

.in_newsfaq_ss {
 padding-top: 20px;
}

.in_newsfaq {
 width: 1200px;
 height: auto;
 margin: 0 auto;
 background: #dceae4;
 border-radius: 10px;
 padding-bottom: 10px;
}

.in_news_1 {
 float: left;
 width: 740px;
 overflow: hidden;
 position: relative;
 margin-left: 20px;
 margin-top: 35px;
}


#tab_news {
 width: 100%;
}

#tab_news .tab_menu {
 width: 100%;
 height: 45px;
 background:url(news_line.png) no-repeat left bottom;
}

#tab_news .tab_menu li {
 float: left;
 width: 150px;
 height: 40px;
 line-height: 1;
 text-align: left;
 color: #444444;
 font-size: 16px;
 cursor: pointer;
}

#tab_news .tab_menu li h3 {
 font-size: 20px;
 font-weight: bold;
 color: #127447;
}

#tab_news .tab_menu li h3 a{
 color: #127447;
}






#tab_news .tab_box_news {
 width: 100%;
 clear: both;
}

#tab_news .hide {
 display: none;
}

/* 标签切换4，结束 */

.in_news_2 {
 width: auto;
 padding-top: 20px;
}

.in_newss_4 {
 border-bottom: 1px dashed #127447;
 padding-bottom: 25px;
 margin-bottom: 25px;
}

.in_newss_4_1 {
 float: left;
 width: 320px;
 height: 180px;
 overflow: hidden;
 border-radius: 8px;
}

.in_newss_4_1 img {
 width: 320px;
 height: 180px;
 transition: all 0.5s;
 transform: scale(1);
 border-radius: 8px;
}

.in_newss_4_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.06);
}


.in_newss_4_2 {
 float: right;
 width: 375px;
 color: #666;
 line-height: 30px;
 overflow: hidden;
}

.in_newss_4_2 h6 {
 font-size: 16px;
 color: #666;
 height: 30px;
 line-height: 30px;
 overflow: hidden;
}

.in_newss_4_2 h6 a {
 color: #666;
 padding-right: 10px;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.in_newss_4_2 h6 a:hover {
 color: #127447;
 padding-left: 10px;
}


.in_newss_4_2 h6 span{
 float: right;
 font-size: 14px;
}

.in_newss_4_2 h4 {
 line-height: 30px;
 height: 90px;
 overflow: hidden;
 color: #666;
 padding-top: 10px;
}


.in_newss_4_more {
 width: 115px;
 height: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin: 20px 0 0 0;
 text-align: center;
}

.in_newss_4_more a {
 display: block;
 line-height: 28px;
 color: #127447;
 font-size: 14px;
 border: 1px solid #127447;
 border-radius: 15px;
}


.in_newss_4_more a:hover {
 background: #127447;
 color: #fff;
}


.in_news_2_more {
 float: right;
 width: 50px;
 height: 26px;
 line-height: 26px;
 font-size: 14px;
 position: absolute;
 right: 0;
 top: 0px;
 text-transform: uppercase;
}

.in_news_2_more a {
 color: #666;
 display: block;
}

.in_news_2_more a:hover {
 color: #0274e8;
}



.in_faq {
 float: right;
 width: 300px;
 border: 1px solid #127447;
 margin-top: 35px;
 margin-right: 45px;
 border-radius: 5px;
 padding: 0 30px;
}

.in_faq_t {
 height: 40px;
 color: #5ea484;
 padding-top: 32px;
}

.in_faq_t h3 {
 float: left;
 height: 40px;
 line-height: 30px;
 font-size: 20px;
 color: #333;
 font-weight: bold;
}

.in_faq_t h3 {
 font-weight: bold;
}


.in_faq_t span {
 text-transform:uppercase;
 display: block;
 float: left;
 padding-top: 8px;
 padding-left: 10px;
}





.in_faq_t_more {
 float: right;
 width: 60px;
 height: 26px;
 line-height: 26px;
 font-size: 14px;
 margin: 0 0 0 0;
 text-transform: uppercase;
 text-align: right;
}

.in_faq_t_more a {
 color: #666;
 display: block;
}

.in_faq_t_more a:hover {
 color: #0274e8;
}

.in_faq_as {
 padding-bottom: 5px;
}

.in_faq_pro {
 height: 423px;
 overflow: hidden;
}

.in_faq_1 {
 height: 423px;
 overflow: hidden;
}

.in_faq_x {
 padding: 20px 0 20px 0;
 border-bottom: 1px dashed #bfbfbf;
}

.in_faq_a {
 height: 30px;
 line-height: 30px;
 background: url(fff.png) no-repeat left;
 padding-left: 35px;
 color: #333;
 overflow: hidden;
 font-size: 16px;
}

.in_faq_a a {
 color: #666;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.in_faq_a a:hover {
 color: #127447;
 padding-left: 10px;
 font-weight: bold;
}

.in_faq_q {
 background: url(aaa.png) 0 2px no-repeat;
 padding-left: 35px;
 height: 48px;
 line-height: 24px;
 color: #666;
 margin-top: 10px;
 overflow: hidden;
}

/*新闻end*/






